Skip to content

Conversation

czechboy0
Copy link
Contributor

@czechboy0 czechboy0 commented Jan 24, 2025

Motivation

One test is failing on CI, because the TXT queries are super slow from GitHub Actions.

Modifications

Reduce the number of calls that need to happen within the deadline.

Result

Passing tests again.

Test Plan

Fixed tests, CI is green.

@czechboy0 czechboy0 added the semver/none No version bump required. label Jan 28, 2025
@czechboy0 czechboy0 changed the title Add more logging to help debug a test failure Fix slow failing test Jan 28, 2025
@czechboy0 czechboy0 marked this pull request as ready for review January 28, 2025 12:06
@czechboy0 czechboy0 requested a review from gjcairo January 28, 2025 20:07
@@ -29,7 +29,7 @@ final class CAresDNSResolverTests: XCTestCase {
options.servers = servers

self.resolver = try! CAresDNSResolver(options: options)
self.verbose = ProcessInfo.processInfo.environment["VERBOSE_TESTS"] == "true"
self.verbose = true // TODO: Undo this before merging!!!
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

@czechboy0 czechboy0 merged commit 3ab10e1 into apple:main Jan 29, 2025
22 checks passed
@czechboy0 czechboy0 deleted the hd-more-logging branch January 29, 2025 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants